home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk9 / amidock / installlib < prev    next >
AmigaDOS Script File  |  1995-03-18  |  336b  |  18 lines

  1. .key dummy
  2.  
  3. failat 20
  4.  
  5. version >NIL: arp.library 39 1
  6. if warn
  7.     echo "This will copy version 39.1 of the arp.library"
  8.     echo "to your LIBS: directory."
  9.     ask "OK? "
  10.     if warn
  11.         echo "Installing arp.library..."
  12.         copy :libs/arp.library to LIBS: clone
  13.         echo "done."
  14.     endif
  15. else
  16.     echo "arp.library 39.1 or higher is already installed."
  17. endif
  18.